sbsv2/raptor/notes/epocnestedexceptions.txt
author jjkang
Fri, 25 Jun 2010 20:58:33 +0800
changeset 605 122d2b873fd1
parent 602 3145852acc89
permissions -rw-r--r--
Minor changes: rofsbuild
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
602
3145852acc89 add releasing to new structure
jjkang
parents:
diff changeset
     1
3145852acc89 add releasing to new structure
jjkang
parents:
diff changeset
     2
Qt needs to be able to have more than one active exception object, even when
3145852acc89 add releasing to new structure
jjkang
parents:
diff changeset
     3
OOM (out-of-memory).
3145852acc89 add releasing to new structure
jjkang
parents:
diff changeset
     4
3145852acc89 add releasing to new structure
jjkang
parents:
diff changeset
     5
A detailed overview of the solution can be found at 
3145852acc89 add releasing to new structure
jjkang
parents:
diff changeset
     6
http://wikis.in.nokia.com/Toolchain/QtExceptionHandling
3145852acc89 add releasing to new structure
jjkang
parents:
diff changeset
     7
3145852acc89 add releasing to new structure
jjkang
parents:
diff changeset
     8
In short, we add a new MMP flag keyword - EPOCNESTEDEXCEPTIONS. When this
3145852acc89 add releasing to new structure
jjkang
parents:
diff changeset
     9
keyword is specified, a different static run-time library is used.
3145852acc89 add releasing to new structure
jjkang
parents:
diff changeset
    10