[Box-Admins] commit mails ok again Fwd: [Vm-dev] VM Maker: VMMaker.oscog-eem.1965.mcz

Tobias Pape Das.Linux at gmx.de
Wed Oct 26 19:08:24 UTC 2016


see:

:)

Begin forwarded message:

> From: commits at source.squeak.org
> Subject: [Vm-dev] VM Maker: VMMaker.oscog-eem.1965.mcz
> Date: 26. Oktober 2016 21:05:09 MESZ
> To: vm-dev at lists.squeakfoundation.org
> Reply-To: vm-dev at lists.squeakfoundation.org
> Delivered-To: vm-dev at mail.squeak.org
> 
> 
> Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
> http://source.squeak.org/VMMaker/VMMaker.oscog-eem.1965.mcz
> 
> ==================== Summary ====================
> 
> Name: VMMaker.oscog-eem.1965
> Author: eem
> Time: 26 October 2016, 12:04:22.700073 pm
> UUID: e173d891-126a-4db1-a8ba-fdfa64bfc28c
> Ancestors: VMMaker.oscog-eem.1964
> 
> Oops.  Put the x64 implementation of literalBeforeInlineCacheTagAt: in the right place.
> 
> =============== Diff against VMMaker.oscog-eem.1964 ===============
> 
> Item was removed:
> - ----- Method: CogObjectRepresentationFor64BitSpur>>literalBeforeInlineCacheTagAt: (in category 'in-line cacheing') -----
> - literalBeforeInlineCacheTagAt: callSiteReturnAddress
> - 	"Answer a literal loaded before the inline cache tag load for the return address of a send."
> - 	^self literalBeforeFollowingAddress: callSiteReturnAddress - 12 "5 for the call plus 7 for the selectorIndex/classIndex load"!
> 
> Item was added:
> + ----- Method: CogX64Compiler>>literalBeforeInlineCacheTagAt: (in category 'inline cacheing') -----
> + literalBeforeInlineCacheTagAt: callSiteReturnAddress
> + 	"Answer a literal loaded before the inline cache tag load for the return address of a send."
> + 	^self literalBeforeFollowingAddress: callSiteReturnAddress - 12 "5 for the call plus 7 for the selectorIndex/classIndex load"!
> 



More information about the Box-Admins mailing list