flrc-lib
flrc-lib copied to clipboard
Pillar compiler, Pillar runtime, garbage collector.
Results
2
flrc-lib issues
Sort by
recently updated
recently updated
newest added
If we change `gcc` in [this line of pilicl](https://github.com/IntelLabs/flrc-lib/blob/master/scripts/linux/pilicl.in#L89) to `icc`, then `pillar2c` would fail due to a parsing error like this: ``` Program failed to parse at line 3419....
When compiling benchmarks in [flrc-benchmarks], if we enable vectorization (by doing `VEC=y make`), then there are two problems with `pillar2c` (assuming we still use `gcc` for the macro expansion): 1....