VirtualBox

Changeset 63568 in vbox


Ignore:
Timestamp:
Aug 16, 2016 2:07:39 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110223
Message:

scm: cleaning up todos

Location:
trunk/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/apps/svnsync-vbox/main.c

    r61907 r63568  
    11111111#endif /* !VBOX */
    11121112
    1113   /* TODO: It would be nice if we could set the dest repos UUID to be
     1113  /** @todo It would be nice if we could set the dest repos UUID to be
    11141114     equal to the UUID of the source repos, at least optionally.  That
    11151115     way people could check out/log/diff using a local fast mirror,
     
    17981798        db->ignore_everything = TRUE;
    17991799
    1800         /* TODO: copy over files in this directory which were already exported
     1800        /** @todo copy over files in this directory which were already exported
    18011801         * due to inconsistent export settings (e.g. directory is not exported,
    18021802         * but file in it is exported). */
     
    25822582            {
    25832583#ifdef VBOX
    2584 /* TODO fix use of from/to revision numbers. */
     2584/** @todo fix use of from/to revision numbers. */
    25852585              SVN_ERR(copy_revprops(from_session, to_session,
    25862586                                    to_latest, to_latest, TRUE, pool));
  • trunk/src/bldprogs/scmrw.cpp

    r63559 r63568  
    742742                        && (ch = pchLine[off + 4]) != ' '
    743743                        && ch != '\t'
    744                         && ch != ':'                /* todo: */
    745                         && (ch != '*' || off + 5 > cchLine || pchLine[off + 5] != '/')  /*todo*/
     744                        && ch != ':'                /** @todo */
     745                        && (ch != '*' || off + 5 > cchLine || pchLine[off + 5] != '/')  /** @todo */
    746746                        ) )
    747747                { /* not a hit - likely */ }
  • 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.

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