• exec_bin -use it or not?

    From Nidas@PERKUNAS to All on Sunday, February 18, 2001 07:43:00
    Here goes my next question (why no more active discussion here?)

    Is it wise or not to use "exec_bin <module>" when making larger
    programs in Baja? Because it is easier to manage source code and
    to track errors, when different tasks are performed by separate
    modules.
    But does this mean some loss in execution speed, memory requirement,
    or absolutely not? (it's the same as if it was huge single module?

    Nidas


    ---
    ■ Synchronet ■ perkunas.thebbs.org * Kaunas, Lithuania
  • From Digital Man to Nidas on Sunday, February 18, 2001 05:26:49
    RE: exec_bin -use it or not?
    BY: Nidas to All on Sun Feb 18 2001 03:43 pm

    Here goes my next question (why no more active discussion here?)

    Is it wise or not to use "exec_bin <module>" when making larger
    programs in Baja?

    It's fine.

    Because it is easier to manage source code and
    to track errors, when different tasks are performed by separate
    modules.
    But does this mean some loss in execution speed, memory requirement,
    or absolutely not? (it's the same as if it was huge single module?

    Probably a minor speed and memory hit, but only minor.

    Rob