0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Switching to the isIntegerValue check used in the SqueakVM
gron
as Stefan Marr
More... over 12 years ago
Clang 3.0 assumes that `int r = ri * ai; return r/ai == ri` is always true
gron
as Stefan Marr
More... over 12 years ago
Marking pure functions with const
gron
as Stefan Marr
More... over 12 years ago
Avoid compiler warning on GCC 4.4 about potentially uninitialized variable
gron
as Stefan Marr
More... over 12 years ago
Changed floating-point comparison primitive helpers to not use 0.0 to indicate false
gron
as Stefan Marr
More... over 12 years ago
Changed configure to use the latest version of the TileraMDE.
gron
as Stefan Marr
More... over 12 years ago
Removed some superfluous references to `The_Squeak_Interpreter` where `this` should be perfectly fine
gron
as Stefan Marr
More... over 12 years ago
Properly set and assert correct domain info for function-calls and returns
gron
as Stefan Marr
More... over 12 years ago
Added check for sync_exec to all relevant bytecodes
gron
as Stefan Marr
More... over 12 years ago
Removed superfluous use of The_Squeak_Interpreter
gron
as Stefan Marr
More... over 12 years ago
Added suppress_context_switch_for_debugging flag
gron
as Stefan Marr
More... over 12 years ago
Whitespace
gron
as Stefan Marr
More... over 12 years ago
Separate out flag bit values in extra enum
gron
as Stefan Marr
More... over 12 years ago
Corrected and added assertions
gron
as Stefan Marr
More... over 12 years ago
Streamlined set_domain_info
gron
as Stefan Marr
More... over 12 years ago
Merge branch 'master' of https://github.com/smarr/RoarVM More... over 12 years ago
Changed assert in squeak_adapters to print out the file and line. Commented out a breakpoint. More... over 12 years ago
Introduced properly named constants for certain known domains.
gron
as Stefan Marr
More... over 12 years ago
Replace custom memalign function with standard posix version
gron
as Stefan Marr
More... over 12 years ago
Moved object table related implementation to the correct inline file
gron
as Stefan Marr
More... over 12 years ago
Added Print_Keystroke config parameter. Changed base SDK for SL compatibility. More... over 12 years ago
Started adding the OMNI checks
gron
as Stefan Marr
More... over 12 years ago
Added SelectorOmniProtectionViolation for special objects
gron
as Stefan Marr
More... over 12 years ago
Refactored definition of domain information
gron
as Stefan Marr
More... over 12 years ago
Rebreak some more code
gron
as Stefan Marr
More... over 12 years ago
DomainInfo seems to be a better name then the perhaps misleading DomainId
gron
as Stefan Marr
More... over 12 years ago
Rebreak code for better readability
gron
as Stefan Marr
More... over 12 years ago
Renaming internalize/externalizeIPandSP to i/eExecutionState
gron
as Stefan Marr
More... over 12 years ago
Completed design of DomainInfo representation and implementation
gron
as Stefan Marr
More... over 12 years ago
Added Object_Field_Accessor class
gron
as Stefan Marr
More... over 12 years ago