summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2016-02-14 21:20:54 +0100
committerLukas Rytz <lukas.rytz@gmail.com>2016-02-14 21:20:54 +0100
commit9b334b2ea3f9eee0582447658dcf2ac244121644 (patch)
tree507f29dbf75604928b56d224c9ac379aa3ebf290 /lib
parentf70c77e1c4d5b6c951669d79cf73a1ff0b932312 (diff)
downloadscala-9b334b2ea3f9eee0582447658dcf2ac244121644.tar.gz
scala-9b334b2ea3f9eee0582447658dcf2ac244121644.tar.bz2
scala-9b334b2ea3f9eee0582447658dcf2ac244121644.zip
Avoid generating ACONST_NULL; POP; ACONST_NULL when loading null
When loading a value of type scala.runtime.Null$ we need to add POP; ACONST_NULL, see comment in BCodeBodyBuilder.adapt. This is however not necessary if the null value is a simple ACONST_NULL. This patch eliminates that redundancy.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions