#3475: [FF] Multirange broken when command used several times
---------------------------------------+------------------------------------
 Reporter:  tobiasz.cudnik             |       Owner:  garry.yao     
     Type:  Bug                        |      Status:  assigned      
 Priority:  Normal                     |   Milestone:  CKEditor 3.0  
Component:  General                    |     Version:  SVN (CKEditor)
 Keywords:  Firefox Confirmed Review?  |  
---------------------------------------+------------------------------------

Comment(by garry.yao):

 '''rangelist''' class is in a '''[http://yuiblog.com/blog/2007/06/12
 /module-pattern/ module pattern]''', while the encapsulation is perfect,
 but it's performance con is reveal by the attached deduced TC ''test-
 class-creation.html'', where it's amazingly to see that in v8 with some
 [http://en.wikipedia.org/wiki/Inline_caching inline caching] VM level
 optimization, the difference is even as huge as 10x.[[BR]]

 Based on the PF testing result, considering the fact that the
 '''rangelist''' is one of the frequently constructed object out there, I
 would revert it to a plain old prototype based form with the new patch
 with other changes remained.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3475#comment:19>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to