Y
Hacker News
new
|
ask
|
show
|
jobs
by
ekaryotic
65 days ago
could you recompile a c program in fil-c and then decompile it to c and recompile it in c to have the high performance.
1 comments
aw1621107
65 days ago
The performance hit comes from the extra work Fil-C does over regular C, so if your decompilation/recompiliation process preserves semantics that extra work (and thus the performance hit) will remain in the final product.
link