Hernán Morales Durand
Hernán Morales Durand
In Pharo 11: To reproduce - Open Repository window on a forked repository - Select Remotes -> origin - Right click -> Fetch remote Possibly related with #1166
In Pharo 11, adding a SSH credential from UI raises an Error after clicking the browse Public or Private buttons to select the Public/Private jeys. How to reproduce - `IceTipCredentialsStoreBrowser...
The VMPluginCodeGenerator currently generates C code in the following method: ```st emitCCodeOn: aStream doInlining: inlineFlag doAssertions: assertionFlag "Generate twice; the first time to collect the used functions, the second to...
This PR modifies the primitive table to enable quick primitive methods to be executed in the Stack VM conforming to the standard execution of primitives, and replacing the need to...
Add a trampoline to avoid memory corruptions when stack frames are overflowed.
When inspecting the object memory under StackVM simulation launched with the following script: ```smalltalk | options stackInterpreterSimulator | VMStackPages initialize. options := { #ObjectMemory -> #Spur64BitMemoryManager. #BytesPerWord -> 8 }...
Simulation of the StackVM produces the primitiveFFIIntegerAtPut to fail in Pharo 11 with this script: ```smalltalk | options stackInterpreterSimulator | VMStackPages initialize. options := { #ObjectMemory -> #Spur64BitCoMemoryManager. #BytesPerWord ->...
Trying to simulate the VM both in Pharo 11 and Pharo 12 with this script: ```smalltalk | options stackInterpreterSimulator | VMStackPages initialize. options := { #ObjectMemory -> #Spur64BitCoMemoryManager. #BytesPerWord ->...
The current state of the hierarchy is as follows: ``` SpurMemoryManager . Spur32BitMemoryManager . Spur32BitCoMemoryManager . Spur64BitMemoryManager . Spur64BitCoMemoryManager . ``` A problem here is that there is a considerable...
**Describe the request** When the "Image creation" window opens, a list of Template category appears. When you click on an item, a list of "templates" builds appears. Currently the build...