Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 795213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T22:26:35+00:00 2026-05-14T22:26:35+00:00

We are in the process of the optimization of a Flex AS3 Application. One

  • 0

We are in the process of the optimization of a Flex AS3 Application.

One of my team members suggested we make the variable name lengths smaller to optimize the application performance.

I.e.:

var IsRegionSelected:Boolean = false; //Slower
var IsRS:Boolean = false; //faster

Is this true?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T22:26:36+00:00Added an answer on May 14, 2026 at 10:26 pm

    No, the gain you will obtain will be only for the size of the swf.

    String are put into a constant pool and instruction refering to this String will use an index.

    it can be seen as (very schematic) :

    constant pool:

    [0] IsRegionSelected
    [1] IsRS
    

    usage:

    value at 0 = false
    value at 1 = false
    

    Your code will be probably translated as (for local variable):

    push false
    setlocal x
    
    push false
    setlocal y
    

    where x and y are register int assign by the compiler, so no difference if it’s register 2 or register 4

    For more detailed read the avm specification

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I process data with two maps per records, one is (&,=)-formatted (id=111&name=...), the other
I want to disable code optimization during build process to make it easy for
We're in the process of doing some performance optimization for a multi-tenant Web application.
I'm in the process of developing Route Tracking/Optimization software for my refuse collection company
Dead reckoning is the process of estimating one's current position based upon a previously
To help us modularize a monolithic application, we are in the process of setting
My webserver is running out of memory evry now and then. As optimization process,
I am looking to optimize a process that runs continually and makes frequent calls
Process process = new Process(); ProcessStartInfo psi = new ProcessStartInfo(@C:/PsExec.exe); psi.UseShellExecute = false; psi.RedirectStandardOutput
Process A is calculating values for objects a1, a2, a3 etc. and is sending

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.