Skip to content

Commit

Permalink
The initialization is done in the VMEnvironmentBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Jan 17, 2023
1 parent cf889b3 commit 9dd0c9c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions smalltalksrc/VMMakerTests/VMJITPrimitiveCallingTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ VMJITPrimitiveCallingTest >> initStack [
VMJITPrimitiveCallingTest >> setUp [
super setUp.

"Initializing the primTraceLog table"
interpreter movePrimTraceLogToMemoryAt:
cogit methodZoneBase + interpreter cogCodeSize + stackSpaceSize
+ methodCacheSize.

self createLargeIntegerClasses.

interpreter pluginList: OrderedCollection new.
Expand Down

0 comments on commit 9dd0c9c

Please sign in to comment.