This means that inline cache code no longer use node objects.
也就是说内联缓存将不会在使用节点对象。
Some nodes were used as inline cache to improve VM performance. This change ignore such inline cache objects to mark on GC.
有些节点被当做内联缓存用来改善VM性能,这使得垃圾收集器要进行修改,忽略掉这部分内联缓存对象。
Inline assembly is also sometimes needed when you have to, for instance, ensure that a particular set of instructions are in the same cache line, or otherwise mess around with memory maps.
内联汇编有时也是必须的,举例来说,当您需要确保特定指令集都在相同的缓存线上(否则就会浪费内存映像)时。
应用推荐