Is there a simple way in the source to coax it to skip a specific operator implementation in the interpreter and let the Smalltalk implementation under kernel take effect? Sent from Mail for Windows 10 From: Paolo Bonzini Hi, some primitives are special cased and implemented directly in the byte code interpreter. You can find the implementation in vm.def. The primitives in prims.def will still be used with #perform:, for example "2 perform: #* with: 3" will invoke the VMpr_SmallInteger_times primitive in accord with the source code of the * method of SmallInteger. Paolo Il sab 20 feb 2021, 00:42 Mark Bratcher <[email protected]> ha scritto:
|
- How does GNU Smalltalk build primitive selectors? Mark Bratcher
- Re: How does GNU Smalltalk build primitive selectors? Paolo Bonzini
- RE: How does GNU Smalltalk build primitive selector... Mark Bratcher
- RE: How does GNU Smalltalk build primitive selector... Mark Bratcher
