Skip to content

Commit e13ae15

Browse files
committed
formatting
1 parent 55ed019 commit e13ae15

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

src/js/analyses/typeCoercion/README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,31 @@ coercions.
1919

2020
Download Jalangi-Berkeley:
2121

22-
```git clone https://github.com/Berkeley-Correctness-Group/Jalangi-Berkeley.git```
22+
git clone https://github.com/Berkeley-Correctness-Group/Jalangi-Berkeley.git
2323

2424
Install requirements:
2525

26-
```cd Jalangi-Berkeley/```
27-
28-
```npm install numbers```
26+
cd Jalangi-Berkeley/
27+
npm install numbers
2928

3029
Download the raw data that we extracted from web sites as of December 13, 2014:
3130

32-
```wget XXXXXXXXXXXX```
33-
34-
```tar -xzf type_coercions_results_ecoop2015.tar.gz```
31+
wget XXXXXXXXXXXX
32+
tar -xzf type_coercions_results_ecoop2015.tar.gz
3533

3634
Analyze the raw data and produce the results of the study:
3735

38-
```./scripts/type_coercions_offline.sh```
36+
./scripts/type_coercions_offline.sh
3937

4038
Crunching the data takes several minutes. Eventually, the results are written into the `papers/type_coercions_ecoop2015` directory. It contains:
4139
* All numbers and tables given in the paper.
4240
* 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.
4341

4442
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:
4543

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
5147

5248
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.
5349

0 commit comments

Comments
 (0)