Pablo Tesone
Pablo Tesone
- [ ] UI for AndreasSystemProfiler - [ ] Memory Profiler - [ ] Precise Profiler - [ ] Memory Footprint of running a test
We need to retry to handle this scenario. To fix: https://github.com/pharo-project/pharo/issues/11481
- Having a new generation of objects, the permanent objects. - Splitting the RememberedSet (From Old, From Permanent) - New Image Format supporting extended format (Needed for saving permanent space)....
When a chunk of memory is requested in the simulation (using the simulated malloc, calloc, etc) if the actual position of the memory is not equal to the desired position,...
If a new instance of a Ephemeric class with zero instance variables is created, the GC crashes when marking the objects. The case can be reproduced by the following events:...
In the repository there a lot of scripts and a makefile that is outdated. They only produce confusion and they should be removed. The whole build process requires a clean-up...
The username of the SSH credential should come from the SSH URL not from the configuration. - Fixing the presenters - Fixing cancel when editing. Fix #1686
If the URL is [email protected]:user/project the user to use is git. If there is another user, the URL should be in sync.
Moving a method from Pkg1 to Pkg2 should mark both as dirty and have the two changes (Removing from the old package, putting in the new one)