hoseindoost / decojer

Automatically exported from code.google.com/p/decojer
0 stars 0 forks source link

Temporary variables in Scala code prevent pattern matching for conditional invokes etc. #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
org.decojer.cavaj.transformers.TrCfg2JavaExpressionStmts log
WARNING: 
net.liftweb.common.CombinableBox$.boxToCombinableBox(Lnet/liftweb/common/Box;)Ln
et/liftweb/common/CombinableBox$CombinableBox;: Stack underflow in 
'net.liftweb.common.CombinableBox$.boxToCombinableBox(Lnet/liftweb/common/Box;)L
net/liftweb/common/CombinableBox$CombinableBox; (ops: 51, regs: 7)':
BB 0 (l 38, pc 49)
Ops: [INVOKE <init>(Lscala/Either;)V, RETURN]

Original issue reported on code.google.com by andrePan...@gmail.com on 31 Dec 2012 at 2:00

GoogleCodeExporter commented 8 years ago
fixed the underflow ...pull stack and push back operation combined

Original comment by andrePan...@gmail.com on 3 Sep 2014 at 1:15