• clemensh's avatar
    [gcmole] Avoid hardcoded maximum of 256 locals · b8787e34
    clemensh authored
    This CL changes the datastructure to store live variables from a
    std::bitset<256> to a std::vector<bool> to support an arbitrary number
    of locals. Unfortunately, std::vector<bool> does not define |= and &=
    operators, so I added them on the Environment class.
    
    R=vegorov@chromium.org, mstarzinger@chromium.org, machenbach@chromium.org
    BUG=v8:5970
    
    Review-Url: https://codereview.chromium.org/2694103005
    Cr-Commit-Position: refs/heads/master@{#43216}
    b8787e34
Name
Last commit
Last update
..
Makefile Loading commit data...
README Loading commit data...
bootstrap.sh Loading commit data...
download_gcmole_tools.py Loading commit data...
gccause.lua Loading commit data...
gcmole-tools.tar.gz.sha1 Loading commit data...
gcmole.cc Loading commit data...
gcmole.lua Loading commit data...
parallel.py Loading commit data...
run-gcmole.isolate Loading commit data...
run-gcmole.py Loading commit data...
run_gcmole.gyp Loading commit data...