DescriptionUse hash map for event handler file descriptor map
Instead of using an array indexed using the file descriptor for
looking up data associated with a socket (SocketData objects) this is
now stored in a hash map using the file descriptor as key.
Added hash map implementation like the one used in the V8 project.
R=ager@google.com, whesse@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=3483
Patch Set 1 #Patch Set 2 : Minor fixes #
Total comments: 9
Patch Set 3 : Addressed review comments from iposva@ #Patch Set 4 : Rebased to r3337 #Patch Set 5 : Fixed accidental change in rebase #Patch Set 6 : Addressed shared utils.h issue #
Total comments: 2
Patch Set 7 : Also change this for Mac OS #
Total comments: 4
Patch Set 8 : Addressed comments by ager@ #
Total comments: 23
Patch Set 9 : Addressed review comments from whesse@ and iposva@ #
Total comments: 8
Patch Set 10 : Addressed review comments from iposva@ #Patch Set 11 : Rebased to r3482 #
Messages
Total messages: 12 (0 generated)
|