欢迎来到天天文库
浏览记录
ID:33525518
大小:2.16 MB
页数:58页
时间:2019-02-26
《(计算机应用技术专业论文)基于嵌入式浏览器的js引擎移植的研究与应用开发》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、中文摘要近年来,随着嵌入式技术的飞速发展,嵌入式浏览器逐渐成为最重要的嵌入式软件之一。嵌入式设备具有多样性,硬件配置低,存储空间有限等特点,所以良好的运行性能对嵌入式浏览器至关重要,而JavaScript引擎的性能逐渐成为制约浏览器性能的瓶颈。本文在研究嵌入式浏览器特性和相关技术的基础上,讨论了Linux平台下嵌入式浏览器JavaScript引擎移植的技术和整体方案设计。首先,本文分析了某嵌入式浏览器的代码和运行性能,并针对其性能缺陷介绍了改进的办法,进而提出替换JavaScript引擎的设计方案。其次
2、,在设计方案中,结合当前浏览器的流行框架,详细介绍了浏览器中BOM(BrowserObjectModel,浏览器对象模型),DOM(DocumentObjectModel)和2S(JavaScript)引擎的绑定技术,并选取代表性很强的对象加以设计和实现。然后,在浏览器框架结构下,对JS引擎的核心工作流程(如,引擎初始化,对象实现,对象注册等),移植过程中所涉及的关键技术(如,对象实现,DOM绑定,内存管理等),关键数据结构,及接口加以介绍和重点阐述。最后,对优化前后的浏览器进行了分析和对比。数据显示,
3、改进后的浏览器性能有了大幅的提升。本文在研究JS引擎移植的基础上,完成了在嵌入式浏览器中JS引擎的移植和开发,使其在实际应用中性能有了大幅的提升。随着嵌入式研究的深入,相关的应用将会更加广泛,如增加邮件客户端,完善对XML的支持等等。关键词:嵌入式浏览器Js引擎移植ABSTRACTIntheseyears,withtherapiddevelopmentofembeddedtechnology,embeddedbrowserhasgraduallybecomeoneofthemostimportantem
4、beddedsoftware.TherearesomecharacteristicsaboutEmbeddedequipment,suchasthediversity,lowhardwareconfiguration,limitedstoragespace,andSOOil.Therefore,goodperformanceisessentialfortheembeddedbrowser,howevertheJavaScriptengine’Sperformancehasgraduallybecomet
5、hebottleneckofembeddedbro~vser’Sperformance.Inthispaper,itstudiesthecharacteristicsandrelativetechnologyofembeddedbrowser’‘Safterthat.discussesthetransplantationtechnologyandoverallprogramdesignoftheembeddedbrowser’SJavaScriptengineundertheLinuxplatform.
6、Firstofall,itanalysisthecodeandperformanceinanembeddedbrowser,andintroducesanimprovedapproachbecauseoftheperformance’Slimitation,whichproposedthedesignofreplacingJavaScriptengineoftheembeddedbrowser’s.Secondly,inthedesign,combinedwiththecurrentpopularfra
7、meofthebrowser’S,detailingtheBOM(BrowserObjectModel,thebrowserobjectmodel),DOM(Document0bjectModel)andJS(JavaScript)bindingenginetechnology,andchoosesomeofimportantobjectt0bedesignedandrealized.Then,combinedwiththebrowser’Sframestructure.itintroducestheC
8、OreofJSworkflowengine(forexample,theengineinitialization,objectrealization,objectregistration,etc.),theprocessoftransplantationofthekeytechnologiesinvolved(forexample,objectrealization,DOMbinding,memorymanagement,etc.),the
此文档下载收益归作者所有