Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contextual profile vogr #9

Open
wants to merge 140 commits into
base: contextualProfile
Choose a base branch
from

Commits on Jun 17, 2021

  1. Try avoiding unnecessary analysis state recomputation

    * The state would be recomputed even with the keepSnapshot flag
    * (experimental) Disable the lookup cache
    JanJecmen committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    89c54ee View commit details
    Browse the repository at this point in the history
  2. Revert "add compilation times and execution-time"

    This reverts commit fdd8254.
    vogr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    353fa1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    608b22e View commit details
    Browse the repository at this point in the history
  4. Log compilation times

    vogr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    0781011 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6c7f10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdf7377 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26d2b15 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. update to llvm 12

    o- committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    37d72f6 View commit details
    Browse the repository at this point in the history
  2. tweaking passes

    o- committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    313ac07 View commit details
    Browse the repository at this point in the history
  3. Merge pull request reactorlabs#1067 from reactorlabs/llvm12

    update to llvm 12
    o- authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    324ab3b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    4bf6f1e View commit details
    Browse the repository at this point in the history
  2. constant symbols must be quoted in constantfolding

    Constants which are symbols are interpreted as variable lookups by eval
    and therefore must be quoted.
    o- committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    2fc1a85 View commit details
    Browse the repository at this point in the history
  3. split test

    o- committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    3d47888 View commit details
    Browse the repository at this point in the history
  4. cppcheck :(

    o- committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    a145f99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c60a77a View commit details
    Browse the repository at this point in the history
  6. Merge pull request reactorlabs#1069 from reactorlabs/fixFetchLLVM

    prevent fetch-llvm from re-downloading file
    o- authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    60adcb6 View commit details
    Browse the repository at this point in the history
  7. only quote if needed

    o- committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    6217485 View commit details
    Browse the repository at this point in the history
  8. move a test

    o- committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    b5685ba View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Merge pull request reactorlabs#1068 from reactorlabs/ciTimeoutCrash

    trying to work around CI timeouts and crashes
    o- authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    0801efd View commit details
    Browse the repository at this point in the history
  2. Merge pull request reactorlabs#1065 from reactorlabs/sa-opt

    Try avoiding unnecessary analysis state recomputation
    o- authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    41fd119 View commit details
    Browse the repository at this point in the history
  3. Rir proms (reactorlabs#1064)

    Speculatively inline promise code for builtins in RIR.
    skrynski authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    fe30ea7 View commit details
    Browse the repository at this point in the history
  4. make the visitor deterministic

    o- committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    7ad7923 View commit details
    Browse the repository at this point in the history
  5. ensure that when moving environments the context position is updated

    if we move an environment over a PushContext we need to update its
    context offset field, or it will register itself to the wrong context.
    E.g.
    
        e1 = mkenv context 1
             PushContext ... e2
             Checkpoint ....
    
    if we move `e1` into the checkpoint, then the context must be increased
    to 2, otherwise it will override the environment `e2` in the inlined
    context.
    o- committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    86aa09b View commit details
    Browse the repository at this point in the history
  6. Run ASan and UBsan and fix issues (reactorlabs#1063)

    * Run ASan and UBsan and fix issues
    
    Finally I found out how to run the sanitizers from clang.
    
    This commit fixes a ton of memory leaks, UB and memory errors. The
    alignment sanitizer is still broken and thus disabled for now.
    o- authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    3e5da68 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. fixing perf regression

    o- committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    e3b9053 View commit details
    Browse the repository at this point in the history
  2. missing suppliedvars

    o- committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    f8abf1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d5c346 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c617b59 View commit details
    Browse the repository at this point in the history
  5. Merge pull request reactorlabs#1072 from reactorlabs/fixScopeResoluti…

    …onEnv
    
    ensure that when moving environments the context position is updated
    o- authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    863fa3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e4a147 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1bb882d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0379d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21b876a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5a47f0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request reactorlabs#1073 from reactorlabs/arglistFixes

    Arglist fixes
    o- authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    1e72586 View commit details
    Browse the repository at this point in the history
  12. Merge pull request reactorlabs#1071 from reactorlabs/deterministicVis…

    …itor
    
    make the visitor deterministic
    o- authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    533d9c2 View commit details
    Browse the repository at this point in the history
  13. some more tricks with builtins

    o- committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    32037ac View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cab040c View commit details
    Browse the repository at this point in the history
  15. wip

    o- committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    9495261 View commit details
    Browse the repository at this point in the history
  16. wip

    o- committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    bccd46d View commit details
    Browse the repository at this point in the history
  17. find more builtins to block

    o- committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    2553532 View commit details
    Browse the repository at this point in the history
  18. another one

    o- committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    5931b62 View commit details
    Browse the repository at this point in the history
  19. flexclust regression

    o- committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    d36eaaa View commit details
    Browse the repository at this point in the history
  20. retry if it fails

    somehow leak sanitizer sometimes crashes...
    o- committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    85673ad View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. make range analysis converge faster

    otherwise it can take up to 20 iterations...
    o- committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    9d14d21 View commit details
    Browse the repository at this point in the history
  2. rewrite and fix range analysis

    RangeAnalysis was still relying on our old branching pattern
    
        Branch( Identical(condition, True::instance) )
    
    whereas now we have
    
        Branch( CheckTrueFalse(condition) )
    
    Also this commit provides a better designed abstract domain with more
    useful and flexible intervals.
    o- committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4ceac00 View commit details
    Browse the repository at this point in the history
  3. Merge pull request reactorlabs#1074 from reactorlabs/scopeAnalysisCac…

    …heSub
    
    cache sub-analysis in scope resolution
    o- authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    1b16e80 View commit details
    Browse the repository at this point in the history
  4. bugfix

    o- committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    626064e View commit details
    Browse the repository at this point in the history
  5. speedup safebuiltin list query

    o- committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    1ce0bae View commit details
    Browse the repository at this point in the history
  6. Merge pull request reactorlabs#1075 from reactorlabs/rangeConverge

    make range analysis converge faster
    o- authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    85913b8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request reactorlabs#1060 from reactorlabs/builtinTricks

    some more tricks with builtins
    o- authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    e7afbb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. update benchmarks

    o- committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    c347ce5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request reactorlabs#1077 from reactorlabs/updateBM2

    update benchmarks
    o- authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    2d0b133 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. trying to shrink our containersizes (reactorlabs#1078)

    drastically shrink container size by not including dependencies such as latex.
    o- authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    73723d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. more cleanup of bm container

    o- committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    3c4b5be View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. GnuR with modification to consider for RIR compilation functions

    precompiled to BCODESXP in libraries.
    
    correctly compute the jit score of bytecode compiled functions
    vogr authored and o- committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    8aff6e9 View commit details
    Browse the repository at this point in the history
  2. not sure about this "fix"

    o- committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    f75d5ca View commit details
    Browse the repository at this point in the history
  3. workaround

    o- committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c0b8306 View commit details
    Browse the repository at this point in the history
  4. fix fake cons cell leaking

    o- committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    17eaf20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abbab38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7233463 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    f85efcb View commit details
    Browse the repository at this point in the history
  2. update gnur

    o- committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    c1219d5 View commit details
    Browse the repository at this point in the history
  3. more robust fake cons-cells

    o- committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    357a0a5 View commit details
    Browse the repository at this point in the history
  4. missing protect

    o- committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    40284c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. block more builtins

    o- committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    46e6013 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Revert "temp fix for remove not clearing the bindings cache"

    This reverts commit 7233463.
    o- committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    8e70ea0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    036bf29 View commit details
    Browse the repository at this point in the history
  3. introduce PIR_OPT_LEVEL

    to ensure these CI runs terminate eventually
    o- committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    aff4510 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab5dd8e View commit details
    Browse the repository at this point in the history
  5. this should not happen anymore

    o- committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    d8b01c0 View commit details
    Browse the repository at this point in the history
  6. see what breaks

    o- committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    6b6801a View commit details
    Browse the repository at this point in the history
  7. fix pidigits regression

    need some support for $
    o- committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    1b531de View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Revert "this should not happen anymore"

    This reverts commit d8b01c0.
    o- committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f763c24 View commit details
    Browse the repository at this point in the history
  2. disable these asserts

    o- committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    8419699 View commit details
    Browse the repository at this point in the history
  3. more bugfixes

    o- committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    2c3c155 View commit details
    Browse the repository at this point in the history
  4. fix class<-

    o- committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    bf7c247 View commit details
    Browse the repository at this point in the history
  5. make tests pass for all opt levels

    o- committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    c5bfc70 View commit details
    Browse the repository at this point in the history
  6. don't promise wrap constant args

    o- committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    74eea65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0d8e0d View commit details
    Browse the repository at this point in the history
  8. prevent double evaluating $ lhs

    o- committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    e3debea View commit details
    Browse the repository at this point in the history
  9. fix some regressions

    o- committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    8c3f35c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. missing cf

    o- committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    1b25c21 View commit details
    Browse the repository at this point in the history
  2. improve $ support

    o- committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    9df4ce0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf746cd View commit details
    Browse the repository at this point in the history
  4. protect fix

    o- committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    3b4f167 View commit details
    Browse the repository at this point in the history
  5. more debugging

    o- committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    9d2e965 View commit details
    Browse the repository at this point in the history
  6. more protect

    o- committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    9956b1d View commit details
    Browse the repository at this point in the history
  7. debugging

    o- committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    c652afa View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. fix for loop for factors

    o- committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    dbdfc72 View commit details
    Browse the repository at this point in the history
  2. this should fix no-segv error

    o- committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    42a295c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    b6724ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request reactorlabs#1080 from reactorlabs/docs-rr-inside-d…

    …ocker
    
    Added documentation to use rr within a docker container
    skrynski authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    fb247aa View commit details
    Browse the repository at this point in the history
  3. fighting timeouts

    o- committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    4a99eea View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. small fixes

    o- committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    e4a93ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6be898f View commit details
    Browse the repository at this point in the history
  3. fix for uncached envs

    o- committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    9b5d94d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. speeding up tests

    o- committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ffcd090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50d02a9 View commit details
    Browse the repository at this point in the history
  3. fix switch and for loops

    switch was broken because of using as.integer builtin instead of what
    switch actually does (silently converting to int).
    
    isFactor was not implemented in native
    
    for sequences were broken in native as it is not correct to modify them
    in-place there.
    o- committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    7fa7f15 View commit details
    Browse the repository at this point in the history
  4. fix ci

    o- committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    30c3b14 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. fix cppcheck

    o- committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    9c88897 View commit details
    Browse the repository at this point in the history
  2. fast isFactor check

    o- committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    5e6b11f View commit details
    Browse the repository at this point in the history
  3. yet again binding caches...

    o- committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    d0f751c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    b61586a View commit details
    Browse the repository at this point in the history
  2. faster tests

    o- committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    3c4b339 View commit details
    Browse the repository at this point in the history
  3. fixing more tests

    o- committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    2d16814 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. random guess

    o- committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    4ae1885 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Merge pull request reactorlabs#1050 from reactorlabs/gnur-rir-for-pre…

    …compiled
    
    GnuR modification: consider precompiled library functions called at the toplevel for JIT
    o- authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    d7592b5 View commit details
    Browse the repository at this point in the history
  2. shrink the size of Instructions

    o- committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    0dfab1a View commit details
    Browse the repository at this point in the history
  3. some static usemethod support

    o- committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    30d8551 View commit details
    Browse the repository at this point in the history
  4. new approach

    o- committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    6065231 View commit details
    Browse the repository at this point in the history
  5. fix

    o- committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    ddfb204 View commit details
    Browse the repository at this point in the history
  6. Merge pull request reactorlabs#1082 from reactorlabs/shrinkInstructions

    shrink the size of Instructions
    o- authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    3066d01 View commit details
    Browse the repository at this point in the history
  7. prevent inliner from inining generic methods

    because we want to target them with match_call_args now
    o- committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    53dd7c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b2521e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab4e683 View commit details
    Browse the repository at this point in the history
  10. fix boxing in as.vector

    convert uses the to-type to determine the type of the box, but we need
    the from type here...
    o- committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    bda8703 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    01fa23e View commit details
    Browse the repository at this point in the history
  2. remove unneccessary cp when inlining

    the first checkpoint of the inlinee can be replaced by the last
    checkpoint of the caller. This fixes many regressions.
    o- committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    e858909 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    819c913 View commit details
    Browse the repository at this point in the history
  4. fix

    o- committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    723743c View commit details
    Browse the repository at this point in the history
  5. Merge pull request reactorlabs#1079 from reactorlabs/useMethodStep1

    [wip] some static usemethod support
    o- authored Jul 31, 2021
    Configuration menu
    Copy the full SHA
    9887ef7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22446da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d916e4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d894043 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee7daef View commit details
    Browse the repository at this point in the history
  10. lazily compile to native

    o- committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    38516f3 View commit details
    Browse the repository at this point in the history
  11. fixes

    o- committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    b6d620e View commit details
    Browse the repository at this point in the history
  12. simplify heuristic

    o- committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    c26e2c9 View commit details
    Browse the repository at this point in the history
  13. avoid leaking the std::string memory in Code objs

    since runtime objects do not have their dtrs called, we cannot use
    C++ objects as members...
    o- committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    5b747d2 View commit details
    Browse the repository at this point in the history
  14. ensure string is terminated

    o- committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    f9193c6 View commit details
    Browse the repository at this point in the history
  15. fixing regressions

    o- committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    4a59ca2 View commit details
    Browse the repository at this point in the history
  16. again code handle length

    o- committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    53184eb View commit details
    Browse the repository at this point in the history
  17. memory leak

    o- committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    891de07 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Configuration menu
    Copy the full SHA
    5ea41f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Merge pull request reactorlabs#1081 from reactorlabs/avoidRecompilation

    Avoid recompilation
    o- authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    4f4bccf View commit details
    Browse the repository at this point in the history
  2. Merge pull request reactorlabs#1084 from reactorlabs/speculationImpro…

    …vement
    
    try to ensure that speculation gets placed before and not after noop …
    o- authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    b3e7e85 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    a01766d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca34876 View commit details
    Browse the repository at this point in the history