VirtualBox

Changeset 63568 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Aug 16, 2016 2:07:39 PM (8 years ago)
Author:
vboxsync
Message:

scm: cleaning up todos

Location:
trunk/src/recompiler
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r62472 r63568  
    854854            case EXCP_EXECUTE_RAW:
    855855            case EXCP_EXECUTE_HM:
    856                 /** @todo: is it correct? No! */
     856                /** @todo is it correct? No! */
    857857                rc = VINF_SUCCESS;
    858858                break;
  • trunk/src/recompiler/exec.c

    r60049 r63568  
    44994499       we have already translated the block once so it's probably ok.  */
    45004500    tb_gen_code(env, pc, cs_base, flags, cflags);
    4501     /* TODO: If env->pc != tb->pc (i.e. the faulting instruction was not
     4501    /** @todo If env->pc != tb->pc (i.e. the faulting instruction was not
    45024502       the first in the TB) then we end up generating a whole new TB and
    45034503       repeating the fault, which is horribly inefficient.
  • trunk/src/recompiler/target-i386/translate.c

    r60022 r63568  
    742742{
    743743# if 1
    744     /** @todo: once TCG codegen improves, we may want to use version
     744    /** @todo once TCG codegen improves, we may want to use version
    745745        from else version */
    746746    gen_helper_check_external_event();
     
    760760                    | CPU_INTERRUPT_EXTERNAL_DMA
    761761                    | CPU_INTERRUPT_EXTERNAL_HARD);
    762     /** @todo: predict branch as taken */
     762    /** @todo predict branch as taken */
    763763    tcg_gen_brcondi_i32(TCG_COND_EQ, t0, 0, skip_label);
    764764    tcg_temp_free(t0);
  • trunk/src/recompiler/tcg/i386/tcg-target.c

    r62230 r63568  
    12591259    int useReg2 = ((index & 3) == 3);
    12601260
    1261     /** @todo:  should we make phys address accessors fastcalls - probably not a big deal */
     1261    /** @todo  should we make phys address accessors fastcalls - probably not a big deal */
    12621262    /* out parameter (address), note that phys address is always 64-bit */
    12631263    AssertMsg(sizeof(RTGCPHYS) == 8, ("Physical address must be 64-bits, update caller\n"));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette