Maxime and I have finished splitting the current Tachyon compiler into a
common part and a specific part. The Photon and Tachyon master
branches are currently identical.
The procedure for initializing a new working directory for either one is
similar:
git clone git@github.com:Tachyon-Team/Tachyon.git tachyon (Replace
Tachyon by Photon for the other one)
cd tachyon/source
./install
make
A 'deps' directory is created as part of the installation process to
hold the Common and V8 repository. Symbolic links are created to the
common files and directories.
I'll help each one of you migrate its current work to the appropriate
repository as needs arise.
Erick
Having set the debug flag to 'false', the compilation time for tachyon
on tachyon takes 1957 s and allocates 48373 MB, compared to 159.419 s on
v8. I'll update the paper tomorrow with those times.
Erick
Does anybody else have trouble accessing the local (/u/tachyon etc) git repository? I can't cd into /u/tachyon at all from the frontals, but my own home directory is fine.
Bruno