Skip to content
Started 1 yr 1 mo ago
Took 7 min 35 sec
Failed

Build #2 (Apr 12, 2023, 4:10:58 AM)

Changes
  1. Moving state to the memoryMap structure (details / githubweb)
  2. Removing unused methods (details / githubweb)
  3. Refactoring endOfMemory and moving to the memoryMap as oldSpaceEnd (details / githubweb)
  4. Hi STON image reader & writer (details / githubweb)
  5. Parametrizable image writer/reader on tests (details / githubweb)
  6. Refactor image writer/reader for polymorphic use (details / githubweb)
  7. Moving newSpace start and end to the memory map (details / githubweb)
  8. Save & load segments with composed format (details / githubweb)
  9. Rename classes to Composed* format and tests to more generic names (details / githubweb)
  10. Refactor: Extract logic from big method (details / githubweb)
  11. Moving the heapBase from the coInterpreter to the MemoryMap (details / githubweb)
  12. Exporting to C (details / githubweb)
  13. Adding VMMemoryMap configuration (details / githubweb)
  14. Add define allocateMemoryBaseAddress function in C compiled code (details / githubweb)
  15. Refactor: Preparing ComposedImageWriter for C translation (details / githubweb)
  16. Prepare ComposedImageWriter for C translation: open files and type declarations (details / githubweb)
  17. C translation: header STON write (details / githubweb)
  18. C translation: Segments metadata STON write (details / githubweb)
  19. Refactor: make files access C tranlation friendly for Composed images (details / githubweb)
  20. Fix cCode in #createImageDirectory: (details / githubweb)
  21. Translate to C image header reading code for ComposedImageReader (details / githubweb)
  22. Translate to C image segments reading code for ComposedImageReader (details / githubweb)
  23. Change loadPharoImage function + try memory map works (details / githubweb)
  24. Fixing initialization and categorization (details / githubweb)
  25. Fix type declarations (details / githubweb)
  26. Fix ValueHolder contents translation (details / githubweb)
  27. Refactoring environment building (details / githubweb)
  28. Fix sizeOfIntegralCType: (details / githubweb)
  29. Refactor segments read loop (details / githubweb)
  30. Read STON fields separator from file (details / githubweb)
  31. Rollback StackInterpreter default image W/R (details / githubweb)
  32. Fix some image format related tests (details / githubweb)
  33. Ups missing code, extension method added (details / githubweb)
  34. Composed image format by default in Interpreter (details / githubweb)
  35. Fix siglong:jmp: generation in StackVM (details / githubweb)
  36. Fix Slang tests (details / githubweb)
  37. Fix test timeout (details / githubweb)
  38. Fix mkdir call in Windows (details / githubweb)
  39. Refactoring tests to use the environmentBuilder (details / githubweb)
  40. Refactoring to use environment builder (details / githubweb)
  41. Fixing Tests (details / githubweb)
  42. Implementing testing of objects and allocation of bytearrays (details / githubweb)
  43. Handling allocate of chunks in the middle of the memory map. (details / githubweb)
  44. Fixing merge (details / githubweb)
  45. Merging changes (details / githubweb)
  46. Improving checks and adding CRumpStack (details / githubweb)
  47. Merging PharoX (details / githubweb)
  48. Fixing tests for memory map (details / githubweb)
  49. - Adding primitive to move to the perm space. (details / githubweb)
  50. Fixing build (details / githubweb)
  51. - Making export to C (details / githubweb)
  52. - Delegating allocation of code zone to MemoryMap (details / githubweb)
  53. Fixing asserts in the test (details / githubweb)
  54. Moving allocation of the stackPages to the memory map (details / githubweb)
  55. - Fixing Memset logic (details / githubweb)
  56. Adding minimal size to the permanent space (details / githubweb)
  57. Calculate dataSize image with permanent space (details / githubweb)
  58. Adding parameter to have min size of the permSpace (details / githubweb)
  59. Avoiding the exporting of implicit variables (details / githubweb)
  60. Saving permSpace objects (details / githubweb)
  61. Fixing the rounding of page sizes (details / githubweb)
  62. Extending permSpace when there is not enough place (details / githubweb)
  63. - Fixing the C implementation of ComposedImage format (details / githubweb)
  64. If the object is already permanent don't move it (details / githubweb)
  65. Refactoring duplicated code (details / githubweb)
  66. Integrating the writing and reading of permSpace (details / githubweb)
  67. Having a mark to detect when the perm space is dirty (details / githubweb)
  68. Adding addresses for windows (details / githubweb)
  69. - Making it work in Windows the memory map. (details / githubweb)
  70. Fixing header and removing unused function (details / githubweb)
  71. Removing log (details / githubweb)
  72. If the perm space size is 0, we return before (details / githubweb)
  73. Fixing declaration of function (details / githubweb)
  74. Renames (details / githubweb)
  75. New remembered set object - First approach (details / githubweb)
  76. Fix permSpaceDirty initialization for tests (details / githubweb)
  77. Fixing FullGC test (details / githubweb)
  78. Finish to move remembered set related logic to SpurRememberedSet (details / githubweb)
  79. Hi oldSpaceRememberedSet for perm objects (details / githubweb)
  80. Hi new & old RememberedSets :) (details / githubweb)
  81. Refactoring tests (details / githubweb)
  82. Refactor + testing missing cases (details / githubweb)
  83. PermObject can be remembered in both sets (details / githubweb)
  84. Initializing variable when using the tests (details / githubweb)
  85. Fixing addresses to support addreses of 64bits in the stack (details / githubweb)
  86. Improving the error messages (details / githubweb)
  87. Fixing types (details / githubweb)
  88. Fixing tests to correctly use the memory map of the VM (details / githubweb)
  89. Fixing tests (details / githubweb)
  90. - Using masks everywhere (details / githubweb)
  91. Using back the comparison as the mask should be fixed (details / githubweb)
  92. Reintroducing the difference of ReallyYoung and isReallyYoungObject (details / githubweb)
  93. Pushing method to superclass (details / githubweb)
  94. - Adding second perm space (details / githubweb)
  95. Making it export (details / githubweb)
  96. - Fixing GC for perm space (details / githubweb)
  97. - Fixing issues (details / githubweb)
  98. Removing conditional saving of the perm space (details / githubweb)
  99. Fixing tests after changes in PermSpace (details / githubweb)
  100. - Fixing crash when method is a forwarder in Cog (details / githubweb)
  101. Testing if the permSpace remembered set is sane (details / githubweb)
  102. Fixing errors when detecting to put or not object in remembered set (details / githubweb)
  103. - Fixing the count of nil objects in the remembered set (details / githubweb)
  104. Fixing test (details / githubweb)
  105. Try to fix codeZone initial address on M1 (details / githubweb)
  106. New memory map addresses (details / githubweb)
  107. Fixing remembering of objects when the target is a machine code reference (details / githubweb)
  108. Fix machine code: checks objects for remembered set (details / githubweb)
  109. Trying to fix forwarders in moveToPermSpace (details / githubweb)
  110. Fix registers for M1 on CogStackAligment (details / githubweb)
  111. Fixing the comparison to detect forwarders and valid objects (details / githubweb)
  112. Write all fields on STON (details / githubweb)
  113. Testing empty PermSpace metadata (details / githubweb)
  114. Enable code zone on follow forwarders (details / githubweb)
  115. Follow forwarded methods (after move CompiledMethods needed) (details / githubweb)
  116. Fix method lookup with forwarders selectors (details / githubweb)
  117. followSpecialSelectos on moveToPermSpace (details / githubweb)
  118. Clean image on format migration (details / githubweb)
  119. Follow forwarders on check RememberedSet sane (details / githubweb)
  120. Fix fetch forwarders as literals (details / githubweb)
  121. Check jitCodeZoneWriteEnabled to avoid nested zones (details / githubweb)
  122. Follow forwarders in many places (details / githubweb)
  123. Fix merge (details / githubweb)
  124. - Fixing the merge to use unsignedLongAt: in the stack pages. (details / githubweb)
  125. Fixing the code to be able to export (details / githubweb)
  126. Fixing warnings and errors in C translation (details / githubweb)
  127. Adding option not to genereate error when warning option is not present (details / githubweb)
  128. - Moving the instructionPointer from isInstructionPointerInInterpreter: as a parameter, so the auto localization works fine. (details / githubweb)
  129. Changing default to old image format (details / githubweb)
  130. - Making the CogCheck32BitHeapMap to use a dictionary instead of an array of pages, as the memory map now is sparse, has different starting addresses (not 0) and the map in the simulator is the same than in execution. (details / githubweb)
  131. Adding option to build different image formats (details / githubweb)
  132. Adding option to set the image format from CMake (details / githubweb)
  133. - Fixing the merge of a change in Slang. (details / githubweb)
  134. Fixing path in windows (details / githubweb)
  135. - Moving the reentrant validation to outside of the ccpIF. so we can detect errors in other platforms. (details / githubweb)
  136. Fixing merge (details / githubweb)
  137. - Fixing merge (details / githubweb)
  138. Fixing merge (details / githubweb)
  139. sqAllocateMemory should return null if failed, not killing the application (details / githubweb)
  140. Linux fails if asked too much memory. So, we have to handle it (details / githubweb)
  141. Adding step for ComposedImage VM (details / githubweb)
  142. Fixing Merge (details / githubweb)
  143. Archiving packages (details / githubweb)
  144. Fixing Merge (details / githubweb)
  145. Fixing image format name (details / githubweb)
  146. Fixing build (details / githubweb)
  147. Fixing build (details / githubweb)
  148. Fixing build (details / githubweb)
  149. Fixing build (details / githubweb)
  150. Storing VMMakerImage (details / githubweb)
  151. Fixing build (details / githubweb)
  152. Reduce segment files size on move objects to PermSpace (details / githubweb)
  153. Improve test (details / githubweb)
  154. Replace every & or | with and: and or: (issue 446) (details / githubweb)
  155. Forbid the usage of | and & and add test for message sends (details / githubweb)
  156. The migration process should let use the same file as origin and target (details / githubweb)
  157. - The return type of the size of the segment should be size_t (details / githubweb)
  158. Fixing error handling (details / githubweb)
  159. - Removing screenSize from the header (details / githubweb)
  160. The initialization is done in the VMEnvironmentBuilder (details / githubweb)
  161. Fixing: (details / githubweb)
  162. Adding primitive to see if an object is in permSpace (details / githubweb)
  163. Fixing the allInstances primitive to take permSpace objects (details / githubweb)
  164. - Increase the estimate of opcodes by bytecode as PermSpace comparison needs to add more instructions to the comparison (details / githubweb)
  165. - Removing ScreenSize that was unused (details / githubweb)
  166. Changing variable name to avoid name clash (details / githubweb)
  167. Replace invalidated && with > in tests (details / githubweb)
  168. Fix registerMask (details / githubweb)
  169. Remove unused InitializationOptions in #initializeBytecodeTable (details / githubweb)
  170. Update vmMakerWith:memoryManager: removing line with #COGMTVM (actually not needed anymore) and reference to #initializeBytecodeTableForSqueakV3PlusClosuresSistaV1Hybrid which is not present anymore. (details / githubweb)
  171. Preparing release of v10.0.1 (details / githubweb)
  172. Changing version for next release (details / githubweb)
  173. Add GraphViz target (details / githubweb)
  174. Remove unnecessary copy command (details / githubweb)
  175. Remove unnecessary set work dir line (details / githubweb)
  176. Handle GraphViz dot executable detection (details / githubweb)
  177. Handle case for libSDL2 already installed (in OSX) (details / githubweb)
  178. Add comments and link to document GraphViz export (details / githubweb)
  179. Remove spaces from GraphViz file name (details / githubweb)
  180. Try to use SDL2 .cmake files. Handle linking to SDL2 in multiple platforms (details / githubweb)
  181. Remove leftovers and do not create symlink for SDL2 libraries (details / githubweb)
  182. Update comment (details / githubweb)
  183. Update CMakeLists.txt (details / githubweb)
  184. Fixing the generation of C code, there is an issue in slang, but we need to generate it now. The Slang issue is reported. (details / githubweb)
  185. Adding _FILE_OFFSET_BITS=64 to the CMakeList (details / githubweb)
  186. Cleanup simulation (details / githubweb)
  187. Fix issue with multipass compaction. (details / githubweb)
  188. Add multipass compaction tests when the mourn queue is scanned (details / githubweb)
  189. Fix issue when compacting ephemerons referenced by the mourn queue. (details / githubweb)
  190. Cleaning comments (details / githubweb)
  191. Initialize savedFirstFieldSpaceMaxSlots to nil (details / githubweb)
  192. Update Changelog (details / githubweb)
  193. Verify ephemeron key is not immediate when marking (details / githubweb)
  194. Refactore some code for espell (details / githubweb)
  195. Added changes for v10.0.3 (details / githubweb)
  196. Updated minor version for release v10.0.3 (details / githubweb)
  197. Fixing build (details / githubweb)
  198. Do not use newer features because in OBS we build for very old debian distros (debian9, ubuntu18) and we do not want to drop them right now. (details / githubweb)
  199. Update CMakeLists.txt (details / githubweb)
  200. Fixing file sizes (details / githubweb)
  201. Adding option to not use contant block optimization for test (details / githubweb)
  202. Fixing merge (details / githubweb)

Pull request #550 updated at 4:10:45 AM on Apr 12, 2023

Revision: 3c44dc3ad0325b0151b3bc7245b8d6e5e765b134
Repository: https://github.com/pharo-project/pharo-vm.git
  • PR-550