Skip to content

Commit

Permalink
Never compile methods upon activation
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Oct 19, 2023
1 parent dc71f76 commit c091c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smalltalksrc/VMMaker/StackInterpreter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -5435,7 +5435,7 @@ StackInterpreter >> executeNewMethod [

<inline: #always>

self executeNewMethod: true
self executeNewMethod: false
]

{ #category : #'message sending' }
Expand Down

0 comments on commit c091c12

Please sign in to comment.