nashorn/.hgignore
author lagergren
Tue, 14 Oct 2014 15:28:24 +0200
changeset 27102 c64b3468d51d
parent 26512 f3d4b01ac41e
child 31737 768d27701021
permissions -rw-r--r--
8012518: Reengineer Parser.java to make it play well with the copy-on-write IR. Summary: Remove the kludges introduced to make the parser work with the copy on write IR. Now everything is done bottom up, finshing node children completely before node parents. The repeated non-functional pattern 'node = node.setSomething(something);' is gone. Resulting code is much more readable, and extensible for future work. The parser is now also consistent with the rest of the stateless copy-on-write world in code generation. Reviewed-by: lagergren, attila, hannesw, shade Contributed-by: andreas.gabrielsson@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
     1
syntax: glob
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
     2
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
     3
^.hgtip
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
     4
build/*
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
     5
dist/*
16145
0f8aea9a422e Initial load
duke
parents:
diff changeset
     6
/nbproject/private/
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
     7
private.xml
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
     8
private.properties
26512
f3d4b01ac41e 8058180: .hgignore should be updated with webrev in all repos
wetmore
parents: 24719
diff changeset
     9
^webrev
17527
6e45d9c2328c 8014329: Slim down the label stack structure in CodeGenerator
lagergren
parents: 16176
diff changeset
    10
.classpath
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    11
*.class
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    12
*.clazz
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    13
*.log
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    14
*.orig
24719
f726e9d67629 8035820: Optimistic recompilation
attila
parents: 17762
diff changeset
    15
*.rej
f726e9d67629 8035820: Optimistic recompilation
attila
parents: 17762
diff changeset
    16
*~
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    17
genfiles.properties
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    18
hotspot.log
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    19
.DS_Store*
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    20
TEST-*.xml
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    21
TESTS-*.xml
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    22
report.xml
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    23
CC/*
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    24
jcov2/*
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    25
.idea/*
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    26
test/lib/testng.jar
16176
8678c9abbb99 8006304: Remove pre-population of maps for constructor produced maps
jlaskey
parents: 16149
diff changeset
    27
test/script/external/*
17762
185a6f04a8ad 8008947: ScriptEnvironment ctor should be public
sundar
parents: 17527
diff changeset
    28
.project
27102
c64b3468d51d 8012518: Reengineer Parser.java to make it play well with the copy-on-write IR.
lagergren
parents: 26512
diff changeset
    29
.externalToolBuilders/*
c64b3468d51d 8012518: Reengineer Parser.java to make it play well with the copy-on-write IR.
lagergren
parents: 26512
diff changeset
    30
.settings/*