You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analyze the raw data and produce the results of the study:
37
35
38
-
```./scripts/type_coercions_offline.sh```
36
+
./scripts/type_coercions_offline.sh
39
37
40
38
Crunching the data takes several minutes. Eventually, the results are written into the `papers/type_coercions_ecoop2015` directory. It contains:
41
39
* All numbers and tables given in the paper.
42
40
* All figures given in the paper. To generate .pdf, install *gnuplot* and *epstopdf*, and execute `./generate.sh` from the `papers/type_coercions_ecoop2015/graphs` directory.
43
41
44
42
The above steps execute the study on the raw data we use in the ECOOP'15 paper. To obtain the raw data from web sites or benchmarks programs, see the following scripts:
45
43
46
-
```./scripts/type_coercions_sunspider.sh```
47
-
48
-
```./scripts/type_coercions_octane.sh```
49
-
50
-
```./scripts/type_coercions_websites.sh```
44
+
./scripts/type_coercions_sunspider.sh
45
+
./scripts/type_coercions_octane.sh
46
+
./scripts/type_coercions_websites.sh
51
47
52
48
Executing these scripts requires to fully install Jalangi-Berkeley, including a modified version of the Firefox browser called instrumentFF. See [here](https://github.com/Berkeley-Correctness-Group/Jalangi-Berkeley) for detailed instructions.
0 commit comments