[Vm-dev] VM Maker: VMMaker.oscog-eem.1882.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jun 7 01:08:24 UTC 2016


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

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

Name: VMMaker.oscog-eem.1882
Author: eem
Time: 6 June 2016, 6:06:00.077553 pm
UUID: 103fa521-565d-4a73-8a04-b2d3276217c8
Ancestors: VMMaker.oscog-eem.1881

ceCheckAndMaybeRetryPrimitive: must be marked <api>

In 1882 the "Elektromote", the world's first trolleybus started in Berlin.

=============== Diff against VMMaker.oscog-eem.1881 ===============

Item was changed:
  ----- Method: CoInterpreter>>ceCheckAndMaybeRetryPrimitive: (in category 'primitive support') -----
  ceCheckAndMaybeRetryPrimitive: primIndex
  	"Log failure and then retry if there's an accessorDepth or failure due to no memory."
+ 	<api>
  	<option: #SpurObjectMemory>
  	| retried |
  	cogit recordPrimTrace ifTrue:
  		[self fastLogPrim: TracePrimitiveFailure].
  	retried := self retryPrimitiveOnFailure.
  	(retried and: [cogit recordPrimTrace]) ifTrue:
  		[self fastLogPrim: TracePrimitiveRetry]!



More information about the Vm-dev mailing list