Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Toronto, Canada
- https://jeremic.ca/
Pinned
2,127 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in eclipse/omr that received 5 comments
Deprecate unused indirectMethodMetaUses and regStarAsmUses bitvectors
Both of these bitvectors are initialized using the default constructor
and are only queried via the IsZero API and are never set. Thus the
code bei…
+2
−37
•
5
comments
Created an issue in eclipse/omr that received 1 comment
Local compaction is only supported on x86 and Z
While working on #5283 I noticed x86 and Z are the only platforms where we set:
self()->setSupportsCompactedLocals();
This means compact locals is…
1
comment