Skip to content
  • Benoit Perrot's avatar
    Index: ChangeLog · eeaef65a
    Benoit Perrot authored
    from  Benoît Perrot  <benoit@lrde.epita.fr>
    
            Homogenize attribute names.
    
            * dev/inst-builder-gen.py, src/inst/program_builder.cc,
            * src/inst/data_section.hh, src/inst/data_section.cc,
            * src/inst/exp.hh, src/inst/exp.cc,
            * src/inst/label.cc, src/inst/label.hh,
            * src/inst/program.hh,
            * src/inst/program_solver.hh,
            * src/inst/register.hh,
            * src/inst/section.hh,
            * src/inst/text_section.hh, src/inst/text_section.cc,
            * src/misc/deref.hh, src/misc/escape.hh,
            * src/task/task.cc, src/task/task.hh
            * src/task/task_register.cc, src/task/task_register.hh
            * src/vm/cpu.hh, src/vm/cpu.cc
            * src/vm/memory.hh, src/vm/segment.hh,
            * src/vm/table.hh,
            * src/vm/virtual_machine.hh:
            Rename...
            (_program, fill_delay_slot_p, _size, bytes, immediate, integer)
            (label, kind, left, right, set, set_node, _text_section, _data_section)
            (_pc, _program, kind, index, labels, offsets, insts, postr, s)
            (print_delim, _long_opt, _short_opt, _module, _description)
            (dependencies, _execute, _modules, _tasks, _enabled_tasks, mmu, GPR)
            (hi, lo, pc, unlimited, halt, istr, ostr, call_stack)
            (check_callee_save_p, trace_p, bubble, pipeline, heap, stack)
            (stack_top, _size, _bytes, _scopes, memory, mmu, cpu)
            as...
            (program_, fill_delay_slot_p_, size_, bytes_, immediate_, integer_)
            (label_, kind_, left_, right_, set_, set_node_, text_section_)
            (data_section_, pc_, program_, kind_, index_, labels_, offsets_)
            (insts_, postr_, s_, print_delim_, long_opt_, short_opt_, module_)
            (description_, dependencies_, execute_, modules_, tasks_)
            (enabled_tasks_, mmu_, GPR_, hi_, lo_, pc_, unlimited_, halt_, istr_)
            (ostr_, call_stack_, check_callee_save_p_, trace_p_, bubble_)
            (pipeline_, heap_, stack_, stack_top_, size_, bytes_, scopes_)
            (memory_, mmu_, cpu_)
    
    eeaef65a