[Vm-dev] VM Maker: BytecodeSets-eem.6.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jul 29 06:53:03 UTC 2014


Eliot Miranda uploaded a new version of BytecodeSets to project VM Maker:
http://source.squeak.org/VMMaker/BytecodeSets-eem.6.mcz

==================== Summary ====================

Name: BytecodeSets-eem.6
Author: eem
Time: 28 July 2014, 8:52:49.245 pm
UUID: 720d4320-af8e-4389-b22c-c4249d29f4ea
Ancestors: BytecodeSets-eem.5

Use extB for extPushPseudoVariable to match NewsqueakV4

=============== Diff against BytecodeSets-eem.5 ===============

Item was changed:
  BytecodeEncoder subclass: #EncoderForSistaV1
(excessive size, no diff calculated)

Item was changed:
  ----- Method: EncoderForSistaV1>>genPushThisContext (in category 'bytecode generation') -----
  genPushThisContext
+ 	"82			01010010			Push thisContext, (then e.g. Extend B 1 = push thisProcess)"
- 	"82			01010010			Push thisContext, (then e.g. Extend 1 = push thisProcess)"
  	stream nextPut: 82!



More information about the Vm-dev mailing list