Posted (Sept. 6, 2011, 3 a.m.)
Hi Gabe, Thanks for taking the time to making everything work with 4.6.1. I have a couple of questions about what you're changing in the ARM ISA. It wasn't immediately clear to me what you're doing or why. Have you tried 4.6 support for link time optimization or whole program optimization? It would be nice to get a speedup with it.
-
src/arch/alpha/isa/decoder.isa (Diff revision 1) -
Does the parser still pick this up as a source if it's not in the expression?
-
src/arch/arm/isa/formats/fp.isa (Diff revision 1) -
Could you describe what you're doing here? I can't quite grok it from inspection.
-
src/arch/arm/isa/formats/fp.isa (Diff revision 1) -
Same here.
-
src/arch/arm/isa/insts/m5ops.isa (Diff revision 1) -
excellent...
-
src/arch/arm/isa/insts/m5ops.isa (Diff revision 1) -
You don't need to do this, but it would be nice if we added a PseudoInst::initParam() and called it just as every other one.
-
src/arch/arm/isa/insts/macromem.isa (Diff revision 1) -
short description?
-
src/arch/arm/isa/insts/neon.isa (Diff revision 1) -
same please
-
src/arch/mips/isa/decoder.isa (Diff revision 1) -
What is the point of this?
Review request changed
Updated (Sept. 7, 2011, 9 p.m.)
Summary: |
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
||||||||||||
Diff: |
Revision 2 (+141 -142) |
Review request changed
Updated (Sept. 7, 2011, 9:01 p.m.)
Summary: |
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
||||||||||||
Diff: |
Revision 3 (+141 -142) |
Posted (Sept. 13, 2011, 6:06 a.m.)
-
src/SConscript (Diff revision 3) -
This (no-unused-but-set-variable) causes compilation to fail on gcc 4.3.3: cc1plus: error: unrecognized command line option "-Wno-unused-but-set-variable"
-
src/arch/arm/isa/insts/macromem.isa (Diff revision 3) -
I have no idea why yu're doing this. It looks ok, but it semes like it should results in the exact same dict
